- program branch
- Вычислительная техника: ветвь программы
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Branch predication — is a strategy in computer architecture design for mitigating the costs usually associated with conditional branches, particularly branches to short sections of code. It does this by allowing each instruction to conditionally either perform an… … Wikipedia
Branch and cut — (sometimes written as branch and cut ) is a method of combinatorial optimization for solving integer linear programs, that is, linear programming problems where some or all the unknowns are restricted to integer values. The method is a hybrid of… … Wikipedia
branch|ing program — «BRAN chihng, BRAHN », a program used in a teaching machine in which the sequence of information and questions is determined by the individual student s answers. If a student answers questions incorrectly, he is directed to a branch of the… … Useful english dictionary
Branch misprediction — occurs when a central processing unit (CPU) mispredicts the next instruction to process in branch prediction, which is aimed at speeding up execution. During the execution of certain programs there are places where the program execution flow can… … Wikipedia
Branch Brook Park — in Newark, New Jersey during the Cherry Blossom Festival Br … Wikipedia
branch — [branch, bränch] n. [ME branche < OFr brance < LL branca, a claw, paw] 1. any woody extension growing from the trunk or main stem, or from a main limb, of a tree or shrub 2. anything physically resembling a branch, as a tine of a deer s… … English World dictionary
Branch plant economy — is a term used to describe the phenomenon of United States companies building factories (branch plants) in Canada, primarily to sell products in the Canadian market. In the period between the American Civil War (early 1860s) and World War I, U.S … Wikipedia
Branch (disambiguation) — A branch is a part of a woody plant.Branch or branching may also refer to:Computing* Branch (computer science), a point in a computer program where program flow may change depending on a condition. **Branch predictor, the part of a processor that … Wikipedia
Branch table — In computer programming, a branch table (sometimes known as a jump table) is a term used to describe an efficient method of transferring program control (branching) to another part of a program (or a different program that may have been… … Wikipedia
Branch predictor — In computer architecture, a branch predictor is the part of a processor that determines whether a conditional branch in the instruction flow of a program is likely to be taken or not. This is called branch prediction. Branch predictors are… … Wikipedia
Program counter — The program counter, or shorter PC (also called the instruction pointer, part of the instruction sequencer in some computers) is a register in a computer processor which indicates where the computer is in its instruction sequence. Depending on… … Wikipedia